/**
 * All of the CSS for the public-facing functionality should be
 * included in this file.
 */

    /* Our news start*/
.home-card-box {
    width: 100%;
    height: auto;
    padding: 0 10px;
}


@media screen and (min-width: 661px) and (max-width: 991px) {
    .home-card-box {
        width: 100%;
    height: auto;
    }
}
.carouselOurNews {
    position: relative;
}

.owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: -40px;
}

.owl-nav.disabled span {
    display: none;
}

.owl-nav.disabled .owl-prev {
    background: url(../images/card-carousel-left.svg) no-repeat !important;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff !important;
    margin-right: 5px;
    background-size: 100% auto !important;
}

.owl-nav.disabled .owl-next {
    background: url(../images/card-carousel-right.svg) no-repeat !important;
    background-size: 100% auto !important;
    width: 30px;
    height: 30px;
    opacity: 1;
    margin-left: 5px;
    color: #fff !important;
}
/*our news end */